{ "version": 4, "terraform_version": "1.7.7", "serial": 578, "lineage": "77b4ce0b-3758-2f55-1671-0ffb6c8f8e41", "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-9abe812bd79e3ef91", "ami": "ami-e78eb80a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-260f15a2"], "subnet_id": "subnet-355db654", "key_name": "prod-deploy-key" } } ] } ] }