{ "version": 4, "terraform_version": "1.6.3", "serial": 171, "lineage": "23d5b945-f389-482c-2a0a-828545d131d5", "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-c28b1e00257ea703a", "ami": "ami-4e64083e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-37f1b266"], "subnet_id": "subnet-77d3b598", "key_name": "prod-deploy-key" } } ] } ] }