{ "version": 4, "terraform_version": "1.6.7", "serial": 427, "lineage": "6bf8323d-c5b6-4aea-c683-9617514bcfda", "outputs": { "db_endpoint": { "value": "db-1.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-40808fa235b649c07", "ami": "ami-1f5a027f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-63d4d071"], "subnet_id": "subnet-1022e538", "key_name": "prod-deploy-key" } } ] } ] }