{ "version": 4, "terraform_version": "1.6.2", "serial": 183, "lineage": "94d15186-93a0-3547-e7e7-54a98796f4b4", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b61a81026e1123fc4", "ami": "ami-04a99929", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8a5ae32e"], "subnet_id": "subnet-b452cc92", "key_name": "prod-deploy-key" } } ] } ] }