{ "version": 4, "terraform_version": "1.8.9", "serial": 545, "lineage": "e5afba1b-35da-2d91-df6b-1b18e264a947", "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-ef5d308b5e80a3172", "ami": "ami-57d35803", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c3cae5a3"], "subnet_id": "subnet-80d4d672", "key_name": "prod-deploy-key" } } ] } ] }