{ "version": 4, "terraform_version": "1.6.6", "serial": 315, "lineage": "5ab023da-ab2e-39e9-c608-f3ef1b8b12d7", "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-993881c688dba73d4", "ami": "ami-c482fd8e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cd3733d5"], "subnet_id": "subnet-01a70211", "key_name": "prod-deploy-key" } } ] } ] }