{ "version": 4, "terraform_version": "1.7.6", "serial": 179, "lineage": "05ad21db-612b-9a79-4f31-a786387dccdf", "outputs": { "db_endpoint": { "value": "db-0.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-fe1f90dcd76180d09", "ami": "ami-3324f6b4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61c4b0d7"], "subnet_id": "subnet-d0ad6029", "key_name": "prod-deploy-key" } } ] } ] }