{ "version": 4, "terraform_version": "1.6.3", "serial": 279, "lineage": "aa1bb656-6ca5-182f-e689-a6a163fc1e9c", "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-3b49d4e84494a8c4e", "ami": "ami-b55a6315", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-64d6c4ec"], "subnet_id": "subnet-fa8b0d02", "key_name": "prod-deploy-key" } } ] } ] }