{ "version": 4, "terraform_version": "1.7.4", "serial": 213, "lineage": "bf91fa28-1e49-252e-6c9d-b97b639029b5", "outputs": { "db_endpoint": { "value": "db-3.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-da11c61c3310601b2", "ami": "ami-c3c24fa9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d490875a"], "subnet_id": "subnet-c35d1d23", "key_name": "prod-deploy-key" } } ] } ] }