{ "version": 4, "terraform_version": "1.6.4", "serial": 122, "lineage": "e2b7e6ef-6d0f-d712-a090-36079552c360", "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-1b30b1684e4f342b0", "ami": "ami-01b2cdaa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0011be19"], "subnet_id": "subnet-ded6fda8", "key_name": "prod-deploy-key" } } ] } ] }