{ "version": 4, "terraform_version": "1.5.2", "serial": 288, "lineage": "ad6f0532-45ff-8143-2bd8-c10c620edc77", "outputs": { "db_endpoint": { "value": "db-1.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-033b2253bf2e3c2a0", "ami": "ami-f9436d54", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b2ff61b8"], "subnet_id": "subnet-c7295030", "key_name": "prod-deploy-key" } } ] } ] }