{ "version": 4, "terraform_version": "1.7.7", "serial": 106, "lineage": "794d01f9-8ed7-df73-778e-d71456c04169", "outputs": { "db_endpoint": { "value": "db-4.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-e4903e475552190c3", "ami": "ami-e5346939", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-01db3666"], "subnet_id": "subnet-619fef94", "key_name": "prod-deploy-key" } } ] } ] }