{ "version": 4, "terraform_version": "1.8.0", "serial": 535, "lineage": "ecdbcc4b-4137-add2-724b-ec2834ee73c0", "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-26b76f1605fe820bd", "ami": "ami-d95c320b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ceb1efbd"], "subnet_id": "subnet-8af4c224", "key_name": "prod-deploy-key" } } ] } ] }