{ "version": 4, "terraform_version": "1.5.6", "serial": 567, "lineage": "f99e2e60-5fad-bff3-c47c-232c37856c95", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-ebcbadad745596470", "ami": "ami-9a5b5b56", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9e832814"], "subnet_id": "subnet-5462c966", "key_name": "prod-deploy-key" } } ] } ] }