{ "version": 4, "terraform_version": "1.8.6", "serial": 251, "lineage": "aac84b34-d003-5ad0-5217-b96f5d2f390e", "outputs": { "db_endpoint": { "value": "db-3.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-01641de5d16a91a70", "ami": "ami-7c50c6e1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c7433abd"], "subnet_id": "subnet-de88fc48", "key_name": "prod-deploy-key" } } ] } ] }