{ "version": 4, "terraform_version": "1.6.1", "serial": 455, "lineage": "ea661aa3-b7c7-5883-71a7-c828588b159b", "outputs": { "db_endpoint": { "value": "db-2.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-e31bf085f934f5d93", "ami": "ami-f944eb91", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2b807d0f"], "subnet_id": "subnet-7d7114b8", "key_name": "prod-deploy-key" } } ] } ] }