{ "version": 4, "terraform_version": "1.8.3", "serial": 193, "lineage": "d9a22380-ed30-dc9e-61f2-e45f09c8a8a5", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-cc8fc1e42411c406a", "ami": "ami-c300332d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-94be6c36"], "subnet_id": "subnet-6c61b827", "key_name": "prod-deploy-key" } } ] } ] }