{ "version": 4, "terraform_version": "1.7.6", "serial": 480, "lineage": "08981d2e-a842-242a-20b6-7fb107202d38", "outputs": { "db_endpoint": { "value": "db-1.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-bc35cb7ac3da7e5a4", "ami": "ami-4a5d068b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e73e497d"], "subnet_id": "subnet-6275a707", "key_name": "prod-deploy-key" } } ] } ] }