{ "version": 4, "terraform_version": "1.5.3", "serial": 596, "lineage": "676f85eb-a6c8-9fad-b139-563485edfcb1", "outputs": { "db_endpoint": { "value": "db-1.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-2adcd29ff2a18259f", "ami": "ami-36ba4236", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-385b3049"], "subnet_id": "subnet-f738125d", "key_name": "prod-deploy-key" } } ] } ] }