{ "version": 4, "terraform_version": "1.7.7", "serial": 156, "lineage": "fcacaf4c-0c40-63e5-9ac2-c9c978e96675", "outputs": { "db_endpoint": { "value": "db-3.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-4aa1bb603a4381068", "ami": "ami-ebba2e07", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4a9e850f"], "subnet_id": "subnet-f2f0b956", "key_name": "prod-deploy-key" } } ] } ] }