{ "version": 4, "terraform_version": "1.5.6", "serial": 163, "lineage": "bec3fb28-14d4-c988-bad5-536bace841b3", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-bc5912e17e66e5f53", "ami": "ami-1310cc31", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-404fc2ea"], "subnet_id": "subnet-04183eec", "key_name": "prod-deploy-key" } } ] } ] }