{ "version": 4, "terraform_version": "1.7.0", "serial": 390, "lineage": "a2db8862-8633-46b5-26d2-1b603c18dfc7", "outputs": { "db_endpoint": { "value": "db-2.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-2ea2b74bd643eefec", "ami": "ami-55c3ab15", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-31c24ce6"], "subnet_id": "subnet-bdc8d063", "key_name": "prod-deploy-key" } } ] } ] }