{ "version": 4, "terraform_version": "1.5.3", "serial": 485, "lineage": "f3ad795d-8b46-6e2a-d101-cf6f493c6011", "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-5ad362fe0b0c1fd02", "ami": "ami-570494c1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3e44b74a"], "subnet_id": "subnet-a3375283", "key_name": "prod-deploy-key" } } ] } ] }