{ "version": 4, "terraform_version": "1.5.7", "serial": 321, "lineage": "ccef6550-b4e6-51b2-15a1-8fc62aa8bb57", "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-aeebd249cd4a51ec3", "ami": "ami-0dc023ea", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-48594810"], "subnet_id": "subnet-880b3cbb", "key_name": "prod-deploy-key" } } ] } ] }