{ "version": 4, "terraform_version": "1.6.5", "serial": 517, "lineage": "2a442dce-ad02-6e48-5eec-a4385a512356", "outputs": { "db_endpoint": { "value": "db-3.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-094cfde817737da1a", "ami": "ami-67d4ebcf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-54058b34"], "subnet_id": "subnet-75472b34", "key_name": "prod-deploy-key" } } ] } ] }