{ "version": 4, "terraform_version": "1.5.6", "serial": 497, "lineage": "3da1a609-276c-0799-5ac5-6b02ae81b779", "outputs": { "db_endpoint": { "value": "db-0.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-41705323b262ded98", "ami": "ami-a206de55", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c272ed59"], "subnet_id": "subnet-b367441d", "key_name": "prod-deploy-key" } } ] } ] }