{ "version": 4, "terraform_version": "1.8.9", "serial": 205, "lineage": "f68aa23b-7d17-14cb-d335-90b370704b8d", "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-0faa22ddcbde8ae6e", "ami": "ami-1f7c666d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0e00322b"], "subnet_id": "subnet-2227466c", "key_name": "prod-deploy-key" } } ] } ] }