{ "version": 4, "terraform_version": "1.5.3", "serial": 412, "lineage": "d7cc579b-9ad1-c035-c006-f5e3beaf60d9", "outputs": { "db_endpoint": { "value": "db-1.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-2e2a841b10e8c2ae6", "ami": "ami-67d53c71", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bf081fd4"], "subnet_id": "subnet-775e8b9c", "key_name": "prod-deploy-key" } } ] } ] }