{ "version": 4, "terraform_version": "1.5.4", "serial": 491, "lineage": "33a58e31-0731-6a18-4fab-ba2f0ea01ce0", "outputs": { "db_endpoint": { "value": "db-0.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-1dca76985265c974d", "ami": "ami-9d7bfb4d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3dc41951"], "subnet_id": "subnet-b9a79d35", "key_name": "prod-deploy-key" } } ] } ] }