{ "version": 4, "terraform_version": "1.6.1", "serial": 149, "lineage": "339bdacd-8db3-5328-0558-7a675c6d65d0", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-7dc6346d09d192bfa", "ami": "ami-6ee09ed7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-30b4d9e4"], "subnet_id": "subnet-a2f2a1a1", "key_name": "prod-deploy-key" } } ] } ] }