{ "version": 4, "terraform_version": "1.5.6", "serial": 215, "lineage": "6d158622-0d4c-36bd-2126-5abe52cc5f3c", "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-a05314b42a3b89221", "ami": "ami-e4a90871", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-08eef11a"], "subnet_id": "subnet-fb5be757", "key_name": "prod-deploy-key" } } ] } ] }