{ "version": 4, "terraform_version": "1.6.1", "serial": 173, "lineage": "3ed22345-0dcf-b36f-71ce-da3c29a5a411", "outputs": { "db_endpoint": { "value": "db-1.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-05a8c9fdfb2b756be", "ami": "ami-3d9993dd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c333d8a0"], "subnet_id": "subnet-0799d2b2", "key_name": "prod-deploy-key" } } ] } ] }