{ "version": 4, "terraform_version": "1.8.1", "serial": 152, "lineage": "a5581e59-ddb2-3c1e-c3bd-d6d528bb0109", "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-1205a054ef2612fbe", "ami": "ami-1c5c74d4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a2f8bcbd"], "subnet_id": "subnet-8a46010f", "key_name": "prod-deploy-key" } } ] } ] }