{ "version": 4, "terraform_version": "1.6.1", "serial": 497, "lineage": "55e7247f-bedc-5783-bc55-384a43c11a7c", "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-ef43ef1c509973cc8", "ami": "ami-49281ea6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0060fcae"], "subnet_id": "subnet-0426c118", "key_name": "prod-deploy-key" } } ] } ] }