{ "version": 4, "terraform_version": "1.6.5", "serial": 143, "lineage": "c3f11771-23e5-d33d-9348-ab4ab4cf278f", "outputs": { "db_endpoint": { "value": "db-3.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-d750feb2da0cd35be", "ami": "ami-d07d79e7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-faff8edb"], "subnet_id": "subnet-41bf2ff2", "key_name": "prod-deploy-key" } } ] } ] }