{ "version": 4, "terraform_version": "1.5.3", "serial": 543, "lineage": "e9c3e52b-1c28-8dde-e361-4dccaf0acf44", "outputs": { "db_endpoint": { "value": "db-3.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-91ccfe3975a6945ba", "ami": "ami-e6bc49ee", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cfafa0cd"], "subnet_id": "subnet-377fb01c", "key_name": "prod-deploy-key" } } ] } ] }