{ "version": 4, "terraform_version": "1.8.3", "serial": 375, "lineage": "984a5f2a-9835-43eb-9239-84530973b926", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-58cb0e97f5b56e4cd", "ami": "ami-4bb19b42", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c499f2fa"], "subnet_id": "subnet-7b753900", "key_name": "prod-deploy-key" } } ] } ] }