{ "version": 4, "terraform_version": "1.5.2", "serial": 254, "lineage": "7519af66-8716-344e-aede-3375a8b3c15f", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-25f0068b6a5b4c6ad", "ami": "ami-e5e9e06d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-afc432c2"], "subnet_id": "subnet-647a39e5", "key_name": "prod-deploy-key" } } ] } ] }