{ "version": 4, "terraform_version": "1.5.3", "serial": 134, "lineage": "feaaaa9e-7ac6-a5e8-7d33-ca73582ad0f6", "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-857528bc48d14608a", "ami": "ami-e9562705", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9b045a4d"], "subnet_id": "subnet-1002ee0f", "key_name": "prod-deploy-key" } } ] } ] }