{ "version": 4, "terraform_version": "1.5.1", "serial": 271, "lineage": "d0d3113d-c042-25a7-6907-79ba8f3bafea", "outputs": { "db_endpoint": { "value": "db-0.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-d6117f7938e36e975", "ami": "ami-80053f0c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dd0b3616"], "subnet_id": "subnet-d9a73b0f", "key_name": "prod-deploy-key" } } ] } ] }