{ "version": 4, "terraform_version": "1.8.4", "serial": 444, "lineage": "c9ab9b1b-b14b-db43-f83a-e17519ef8c19", "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-9ae6352e8a6e73983", "ami": "ami-547e96db", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8a6172b5"], "subnet_id": "subnet-378b96f3", "key_name": "prod-deploy-key" } } ] } ] }