{ "version": 4, "terraform_version": "1.6.1", "serial": 592, "lineage": "c6597053-8a58-3d37-eb5c-5fafa80e5750", "outputs": { "db_endpoint": { "value": "db-0.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-ded5c6fe03f881bc5", "ami": "ami-fc92999e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2936bdc8"], "subnet_id": "subnet-4294b2ff", "key_name": "prod-deploy-key" } } ] } ] }