{ "version": 4, "terraform_version": "1.5.7", "serial": 391, "lineage": "5646017b-ab9d-85c3-1869-518bea273e7b", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-8b97dc8676a0a08cc", "ami": "ami-46c339cf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3888f36f"], "subnet_id": "subnet-a6c6131c", "key_name": "prod-deploy-key" } } ] } ] }