{ "version": 4, "terraform_version": "1.6.2", "serial": 495, "lineage": "f643898a-9fc3-4f0b-d840-5eeee544954e", "outputs": { "db_endpoint": { "value": "db-2.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-ea8e05e577fa458e6", "ami": "ami-126f6142", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9cbc76df"], "subnet_id": "subnet-fb168d11", "key_name": "prod-deploy-key" } } ] } ] }