{ "version": 4, "terraform_version": "1.7.5", "serial": 555, "lineage": "63d0dbd8-a491-a1bf-d778-c50485966f75", "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-c86f368bfc1199783", "ami": "ami-dbf6b10a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5a60b57e"], "subnet_id": "subnet-110089ed", "key_name": "prod-deploy-key" } } ] } ] }