{ "version": 4, "terraform_version": "1.7.6", "serial": 305, "lineage": "fa7085e5-e4e9-2bdf-815a-6dcc36c47bf9", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7378d090d50b05fab", "ami": "ami-1582dbc2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0e177f9f"], "subnet_id": "subnet-4d4e43ae", "key_name": "prod-deploy-key" } } ] } ] }