{ "version": 4, "terraform_version": "1.8.4", "serial": 438, "lineage": "2ae3835a-5fff-68c0-b396-31158637e384", "outputs": { "db_endpoint": { "value": "db-2.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-d99820cef1560d335", "ami": "ami-f7fcc704", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0a028543"], "subnet_id": "subnet-f6daadfd", "key_name": "prod-deploy-key" } } ] } ] }