{ "version": 4, "terraform_version": "1.6.7", "serial": 311, "lineage": "4f7fcb38-fef3-68aa-1a60-2ce6a746f7ac", "outputs": { "db_endpoint": { "value": "db-0.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-619e011fc801d7b09", "ami": "ami-91bdee04", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-20186f96"], "subnet_id": "subnet-107ac99b", "key_name": "prod-deploy-key" } } ] } ] }