{ "version": 4, "terraform_version": "1.7.0", "serial": 400, "lineage": "ce78faa0-c975-648f-0b4a-7d9c4d53d447", "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-65c0082654cda0d08", "ami": "ami-f2361c44", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-23f87dc5"], "subnet_id": "subnet-fe2bae01", "key_name": "prod-deploy-key" } } ] } ] }