{ "version": 4, "terraform_version": "1.6.5", "serial": 180, "lineage": "ab73bbdb-d10e-7f6f-d6f4-346578f2b698", "outputs": { "db_endpoint": { "value": "db-3.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-5018243381d3dd4c2", "ami": "ami-1a458e5c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0d9aa2d8"], "subnet_id": "subnet-5d8b42a7", "key_name": "prod-deploy-key" } } ] } ] }