{ "version": 4, "terraform_version": "1.5.9", "serial": 431, "lineage": "3e953507-e3e4-d054-4b83-4026d56a0500", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-7d4796b1ddba481ea", "ami": "ami-f60f5eda", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ce35d67"], "subnet_id": "subnet-318f8c6c", "key_name": "prod-deploy-key" } } ] } ] }