{ "version": 4, "terraform_version": "1.6.5", "serial": 170, "lineage": "a27d0db2-5e1f-9bbf-a992-ea871fc42e20", "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-329b4854a069a9d1d", "ami": "ami-0ebba7c8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-19e098e0"], "subnet_id": "subnet-c3a15de7", "key_name": "prod-deploy-key" } } ] } ] }