{ "version": 4, "terraform_version": "1.5.5", "serial": 451, "lineage": "789de3f1-113c-1bc8-f250-6efa697d8cbd", "outputs": { "db_endpoint": { "value": "db-1.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-0c323ec1b6cb3ccad", "ami": "ami-a40abc63", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-127a1422"], "subnet_id": "subnet-0be53afd", "key_name": "prod-deploy-key" } } ] } ] }