{ "version": 4, "terraform_version": "1.8.7", "serial": 284, "lineage": "4fc0d8f0-ceed-d380-e027-644bf18ddaee", "outputs": { "db_endpoint": { "value": "db-4.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-b4f81b2270d89bd58", "ami": "ami-8c686109", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0f202d42"], "subnet_id": "subnet-2018eb9b", "key_name": "prod-deploy-key" } } ] } ] }