{ "version": 4, "terraform_version": "1.8.1", "serial": 357, "lineage": "8d1215cf-534e-9970-6c2d-d07ccfe8a276", "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-9b5c4d7b4738bbea0", "ami": "ami-b5df1932", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b2a5216c"], "subnet_id": "subnet-f9026d4d", "key_name": "prod-deploy-key" } } ] } ] }