{ "version": 4, "terraform_version": "1.6.6", "serial": 145, "lineage": "7142e71c-498c-9016-e3a7-38056c54609f", "outputs": { "db_endpoint": { "value": "db-2.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-360982d43277629c9", "ami": "ami-e96af8ec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0638f598"], "subnet_id": "subnet-3ea1e335", "key_name": "prod-deploy-key" } } ] } ] }