{ "version": 4, "terraform_version": "1.6.9", "serial": 445, "lineage": "e9ba7712-86ba-dbd2-ad0d-e9d4dff2c31e", "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-3e323cc8d6cbffbc1", "ami": "ami-1c89137d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3f222c11"], "subnet_id": "subnet-96fc291e", "key_name": "prod-deploy-key" } } ] } ] }