{ "version": 4, "terraform_version": "1.8.1", "serial": 164, "lineage": "a0dc1459-1cb1-7353-9bea-190acaeb164d", "outputs": { "db_endpoint": { "value": "db-3.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-1e8d72057f3c633cf", "ami": "ami-8d9e7771", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a8154da0"], "subnet_id": "subnet-c987c1df", "key_name": "prod-deploy-key" } } ] } ] }