{ "version": 4, "terraform_version": "1.8.8", "serial": 317, "lineage": "6119fb60-dd1d-ebda-b099-3db135c0d7d3", "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-b438b4e3367739990", "ami": "ami-0012ed58", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-42f4ca07"], "subnet_id": "subnet-383a91eb", "key_name": "prod-deploy-key" } } ] } ] }