{ "version": 4, "terraform_version": "1.6.2", "serial": 408, "lineage": "b3b9834b-30ad-0387-2803-f4faec29d96d", "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-82a858d09a9cbfc3e", "ami": "ami-bb2b51e3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fe9da93f"], "subnet_id": "subnet-184016c0", "key_name": "prod-deploy-key" } } ] } ] }