{ "version": 4, "terraform_version": "1.6.4", "serial": 281, "lineage": "af2a1f61-d507-0d53-90cb-72729cf21737", "outputs": { "db_endpoint": { "value": "db-0.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-c825dc9199437562f", "ami": "ami-754613b8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fcafd8d2"], "subnet_id": "subnet-f373ac81", "key_name": "prod-deploy-key" } } ] } ] }