{ "version": 4, "terraform_version": "1.8.6", "serial": 387, "lineage": "4c50fa19-0bd3-98db-2238-d1eaec58f837", "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-f0e5f2b5da3d633b6", "ami": "ami-f1cd2e89", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-403ddfc6"], "subnet_id": "subnet-a878613b", "key_name": "prod-deploy-key" } } ] } ] }