{ "version": 4, "terraform_version": "1.8.6", "serial": 599, "lineage": "27c0758a-d255-9753-a0a5-8b8fe0d7c87f", "outputs": { "db_endpoint": { "value": "db-3.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-9665d45363444a6be", "ami": "ami-101e2b54", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c3656e03"], "subnet_id": "subnet-b65ee6bd", "key_name": "prod-deploy-key" } } ] } ] }