{ "version": 4, "terraform_version": "1.6.2", "serial": 524, "lineage": "e75fe9d1-798f-daf3-e284-8725c524bccf", "outputs": { "db_endpoint": { "value": "db-4.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-2bc8eb98b88bd4a44", "ami": "ami-a352badb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f76b240f"], "subnet_id": "subnet-758508b8", "key_name": "prod-deploy-key" } } ] } ] }