{ "version": 4, "terraform_version": "1.6.4", "serial": 267, "lineage": "4483f420-ac1c-d72c-a8db-192ebfabd62c", "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-f374c04fae15c4c35", "ami": "ami-bb804dd9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b5128e96"], "subnet_id": "subnet-bff8fa59", "key_name": "prod-deploy-key" } } ] } ] }